[INFO] fetching crate nostalgia 0.0.1...
[INFO] testing nostalgia-0.0.1 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate nostalgia 0.0.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate nostalgia 0.0.1
[INFO] finished tweaking crates.io crate nostalgia 0.0.1
[INFO] tweaked toml for crates.io crate nostalgia 0.0.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nostalgia 0.0.1 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nostalgia 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde
[INFO] running `Command { std: "docker" "start" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.39
[INFO] [stderr]    Compiling cc v1.0.58
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]    Compiling serde_derive v1.0.115
[INFO] [stderr]    Compiling libc v0.2.74
[INFO] [stderr]    Compiling serde v1.0.115
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling lmdb-sys v0.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.20
[INFO] [stderr]    Compiling nostalgia-derive v0.0.1
[INFO] [stderr]    Compiling lmdb v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.20
[INFO] [stderr]    Compiling bincode v1.3.1
[INFO] [stderr]    Compiling nostalgia v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<T>, StorageError> {
[INFO] [stdout]     |                             ^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<'_, T>, StorageError> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s
[INFO] running `Command { std: "docker" "inspect" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.7.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling serde_json v1.0.57
[INFO] [stderr]    Compiling either v1.6.0
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.1.9
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling half v1.6.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<T>, StorageError> {
[INFO] [stdout]     |                             ^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<'_, T>, StorageError> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling rayon v1.3.1
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling bstr v0.2.13
[INFO] [stderr]    Compiling serde_cbor v0.11.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling csv v1.1.3
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling criterion-plot v0.4.3
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling plotters v0.2.15
[INFO] [stderr]    Compiling tinytemplate v1.1.0
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling dummy v0.3.3
[INFO] [stderr]    Compiling fake v2.2.3
[INFO] [stderr]    Compiling criterion v0.3.3
[INFO] [stderr]    Compiling nostalgia v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `AnotherThing` is never constructed
[INFO] [stdout]   --> src/key.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 |     struct AnotherThing {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<T>, StorageError> {
[INFO] [stdout]     |                             ^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<'_, T>, StorageError> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/storage.rs:291:29
[INFO] [stderr]     |
[INFO] [stderr] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<T>, StorageError> {
[INFO] [stderr]     |                             ^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 291 |     pub fn query<T: Record>(&mut self) -> Result<RoQuery<'_, T>, StorageError> {
[INFO] [stderr]     |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: `nostalgia` (lib) generated 1 warning (run `cargo fix --lib -p nostalgia` to apply 1 suggestion)
[INFO] [stderr] warning: struct `AnotherThing` is never constructed
[INFO] [stderr]   --> src/key.rs:77:12
[INFO] [stderr]    |
[INFO] [stderr] 77 |     struct AnotherThing {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `nostalgia` (lib test) generated 2 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nostalgia-7adbe660675d578c)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test key::tests::test_that_are_key_type_is_useful ... ok
[INFO] [stdout] test record::tests::test_that_we_can_use_the_custom_derive_macro ... ok
[INFO] [stdout] test storage::tests::test_that_we_keep_track_of_db_references ... ok
[INFO] [stdout] test storage::tests::test_that_we_can_insert_and_get_records_with_a_storage_object ... ok
[INFO] [stdout] test storage::tests::test_that_we_can_batch_insert_records_and_then_interate ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nostalgia
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/storage.rs - storage::Storage::new (line 46) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::save (line 102) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::query (line 267) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::delete (line 233) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::save_batch (line 140) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::get (line 190) ... FAILED
[INFO] [stdout] test src/storage.rs - storage::Storage::find (line 306) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/storage.rs - storage::Storage::get (line 190) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1884) panicked at src/storage.rs:20:6:
[INFO] [stdout] Error fetching: DBError { source: NotFound }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62705de8eac8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62705de8eac8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62705de8eac8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62705de8eac8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62705dea0d4a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62705dea0d4a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x62705de92672 - std[d054f6f42beb1baa]::io::default_write_fmt::<std[d054f6f42beb1baa]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62705de92672 - <std[d054f6f42beb1baa]::sys::stdio::unix::Stderr as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62705de79416 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62705de79416 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62705de8a861 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x62705de8aa1b - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x62705de794d2 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x62705de71069 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x62705de79dbd - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x62705dea143c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x62705dea1212 - core[5a1c3e9896636f3a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1872:5
[INFO] [stdout]   17:     0x62705de4b639 - <core[5a1c3e9896636f3a]::result::Result<core[5a1c3e9896636f3a]::option::Option<rust_out[b843b8eaa9a15723]::Place>, nostalgia[c9ceb4cc8907c108]::storage::StorageError>>::expect
[INFO] [stdout]   18:     0x62705de4b00d - rust_out[b843b8eaa9a15723]::main
[INFO] [stdout]   19:     0x62705de4d44e - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), nostalgia[c9ceb4cc8907c108]::storage::StorageError> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x62705de4a0c1 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core[5a1c3e9896636f3a]::result::Result<(), nostalgia[c9ceb4cc8907c108]::storage::StorageError>, core[5a1c3e9896636f3a]::result::Result<(), nostalgia[c9ceb4cc8907c108]::storage::StorageError>>
[INFO] [stdout]   21:     0x62705de4ad11 - std[d054f6f42beb1baa]::rt::lang_start::<core[5a1c3e9896636f3a]::result::Result<(), nostalgia[c9ceb4cc8907c108]::storage::StorageError>>::{closure#0}
[INFO] [stdout]   22:     0x62705de8a007 - <&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   23:     0x62705de8a007 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   24:     0x62705de8a007 - std[d054f6f42beb1baa]::panicking::catch_unwind::<i32, &dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   25:     0x62705de8a007 - std[d054f6f42beb1baa]::panic::catch_unwind::<&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x62705de8a007 - std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x62705de8a007 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x62705de8a007 - std[d054f6f42beb1baa]::panicking::catch_unwind::<isize, std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x62705de8a007 - std[d054f6f42beb1baa]::panic::catch_unwind::<std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62705de8a007 - std[d054f6f42beb1baa]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x62705de4a0a1 - std[d054f6f42beb1baa]::rt::lang_start::<core[5a1c3e9896636f3a]::result::Result<(), nostalgia[c9ceb4cc8907c108]::storage::StorageError>>
[INFO] [stdout]   32:     0x62705de4d855 - main
[INFO] [stdout]   33:     0x7be7abfe41ca - <unknown>
[INFO] [stdout]   34:     0x7be7abfe428b - __libc_start_main
[INFO] [stdout]   35:     0x62705de48795 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/storage.rs - storage::Storage::get (line 190)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde", kill_on_drop: false }`
[INFO] [stdout] 007de511792e91d067d1392046c0ffbdda8068fdd902e4af4916053b65af9bde
